tg-me.com/python_codes/255
Last Update:
In general, the Python standard library includes many built-in functions that are available to use in your code without needing to import any additional modules. Some common examples of built-in functions include:
ππ» abs() : Returns the absolute value of a number.
ππ» all() : Returns True if all elements of an iterable are True, and False otherwise.
ππ» any() : Returns True if any element of an iterable is True, and False otherwise.
ππ» bin() : Converts an integer to a binary string.
ππ» bool() : Converts a value to a Boolean.
ππ» chr() : Returns the string representation of a Unicode character.
ππ» dir() : Returns a list of attributes and methods for an object.
ππ»enumerate(): Returns an enumerate object, which contains a sequence of tuples containing the index and value of each element of an iterable.
ππ» filter() : Returns an iterator for elements of an iterable for which a condition is True.
ππ» float() : Converts a value to a floating-point number.
ππ» format(): Formats a string using format specifiers.
ππ» hash() : Returns the hash value of an object.
ππ» int() : Converts a value to an integer.
ππ» isinstance(): Returns True if an object is an instance of a given type, and False otherwise.
ππ» len() : Returns the length of an object.
ππ» list() : Converts an iterable to a list.
ππ» map() : Returns an iterator that applies a function to each element of an iterable.
ππ» max() : Returns the maximum value of an iterable.
ππ» min() : Returns the minimum value of an iterable.
ππ» next() : Returns the next element of an iterator.
ππ» open() : Opens a file and returns a file object.
ππ» ord() : Returns the Unicode code point for a character.
ππ» print() : Prints a message to the standard output.
ππ» range() : Returns a sequence of numbers.
ππ» repr() : Returns a string representation of an object.
ππ» round() : Rounds a number to a specified number of decimal places.
ππ» set() : Creates a set object.
ππ» sorted() : Returns a sorted list from an iterable.
ππ» str() : Converts a value to a string.
ππ» sum() : Returns the sum of elements in an iterable.
ππ» type() : Returns the type of an object.
ππ» zip() : Returns an iterator that combines elements from multiple iterables.
Share and Support
@Python_Codes
BY Python Codes
Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283
Share with your friend now:
tg-me.com/python_codes/255